From: Wei Liu Date: Fri, 3 Jan 2014 14:03:35 +0000 (+0000) Subject: asm/xen/page.h: remove redundant semicolon X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~7031^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22stanciumarius94%40gmail.com/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22?a=commitdiff_plain;h=02bcf053e9c5dfbb541b8e27a8eeb962a54d577b;p=linux-4.9.git asm/xen/page.h: remove redundant semicolon Signed-off-by: Wei Liu Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Stefano Stabellini --- diff --git a/arch/arm/include/asm/xen/page.h b/arch/arm/include/asm/xen/page.h index 75579a9d6f76..ac6789aad059 100644 --- a/arch/arm/include/asm/xen/page.h +++ b/arch/arm/include/asm/xen/page.h @@ -117,6 +117,6 @@ static inline bool set_phys_to_machine(unsigned long pfn, unsigned long mfn) return __set_phys_to_machine(pfn, mfn); } -#define xen_remap(cookie, size) ioremap_cached((cookie), (size)); +#define xen_remap(cookie, size) ioremap_cached((cookie), (size)) #endif /* _ASM_ARM_XEN_PAGE_H */